}
if (m_localHostId == hostIdB) {
ForeignHost fh = m_foreignHosts.get(hostIdA);
fh.cutLink();
}
}
}
if (m_localHostId == hostIdB) {
ForeignHost fh = m_foreignHosts.get(hostIdA);
if (fh != null) {
fh.cutLink();
}
}
}